net/http.http2priorityNodeRFC7540.setParent (method)

11 uses

	net/http (current package)
		h2_bundle.go#L11505: func (n *http2priorityNodeRFC7540) setParent(parent *http2priorityNodeRFC7540) {
		h2_bundle.go#L11592: 		n.kids.setParent(nil)
		h2_bundle.go#L11596: 		(*tmp)[i].setParent(n) // setParent inserts at the head of n.kids
		h2_bundle.go#L11679: 	n.setParent(parent)
		h2_bundle.go#L11730: 		n.setParent(&ws.root)
		h2_bundle.go#L11739: 		n.setParent(&ws.root)
		h2_bundle.go#L11758: 			parent.setParent(n.parent)
		h2_bundle.go#L11771: 				k.setParent(n)
		h2_bundle.go#L11777: 	n.setParent(parent)
		h2_bundle.go#L11844: 		n.kids.setParent(n.parent)
		h2_bundle.go#L11846: 	n.setParent(nil)